The Database API > Database API functions > MMDB.getPassword() |
![]() ![]() ![]() |
Availability
Dreamweaver UltraDev 1.0
Description
Gets the password used for the specified connection.
Arguments
connName
connName
is an UltraDev connection name as specified in the Connection Manager. It is used to make a database connection to a live data source.
Returns
A password string associated with the connection name.
Example
The statement MMDB.getPassword ("EmpDB");
might return "joessecret"
.
![]() ![]() ![]() |